RESUME SOUND

This command will resume the specified Sound Number after it has been paused.

  Syntax
RESUME SOUND Sound Number
  Parameters
Sound Number
Integer
The sound number

  Returns

This command does not return a value.

  Example Code
cls
load sound "man.wav",1
play sound 1
wait 1000*8
pause sound 1
wait 1000*8
resume sound 1
stop sound 1
do
loop
end
  See also

SOUND Commands Menu
Index